home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19961006-19970104 / 000278_news@columbia.edu _Mon Dec 9 11:35:20 1996.msg < prev    next >
Internet Message Format  |  1996-12-31  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id LAA23594 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Dec 1996 11:35:19 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id LAA24894 for kermit.misc@watsun; Mon, 9 Dec 1996 11:35:19 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Problem with File Type
  8. Date: 9 Dec 1996 16:34:31 GMT
  9. Organization: Columbia University
  10. Lines: 24
  11. Message-ID: <58hf2n$c5k$1@apakabar.cc.columbia.edu>
  12. References: <32A90C9C.2161@execpc.com> <58as3q$99b$1@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <58as3q$99b$1@apakabar.cc.columbia.edu>,
  16. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  17. : In article <32A90C9C.2161@execpc.com>,
  18. : John Fehlhaber  <jfehlhab@execpc.com> wrote:
  19. : : I am a novice user of Kermit.  What I'm having problems with is dialing 
  20. : : in to my mainframe (VAX) at work and sending files via Kermit to my home 
  21. : : PC.  The problem is with specific application type files (i.e. a Lotus 
  22. : : 1-2-3 spreadsheet).  My problem is that my Lotus software won't recognize 
  23. : : the file after I Kermit it down.  My guru at work set I needed to issue 
  24. : : the command SET FILE TYPE BINARY from the host Kermit, but that doesn't 
  25. : : seem to have done the trick.  Are the semantics of the above command 
  26. : : wrong?  What should the proper command be?  Any help anyone could give to 
  27. : : this true rookie would be greatly appreciated. Thanks!
  28. : On every system other than VMS BINARY would do the trick.  But because
  29. : of VMS's file system types you need to use SET FILE TYPE IMAGE on the VMS
  30. : side to get a true BINARY transfer.
  31. Right.  Your guru at work should read the manual, "Using C-Kermit", in which
  32. the situation with VMS Lotus spreadsheets, VMS ZIP files, and the like, is
  33. explained on page 412 (1st Edition), 535-536 (2nd Edition), or 463 (German
  34. edition).  Look up "Lotus" in the index.
  35.  
  36. - Frank